Nevron Open Vision Documentation
Nevron.Nov.WinFormControls Namespace / NButtonControl Class / GetFirstChild Method / GetFirstChild<TNode>() Method


In This Topic
    GetFirstChild<TNode>() Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function GetFirstChild(Of TNode As NNode)() As TNode
    'Usage
     
    
    Dim instance As NButtonControl
    Dim value As TNode
     
    value = instance.GetFirstChild(Of TNode)()
    public TNode GetFirstChild<TNode>()
    where TNode: NNode

    Type Parameters

    TNode
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also